home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / PIDENTD-.{1R / CHANGELO.{_7 < prev    next >
Text File  |  1999-09-17  |  10KB  |  364 lines

  1. 1998-06-01  Peter Eriksson  <pen@lysator.liu.se>
  2.  
  3.     * Released version 2.8.3
  4.     
  5.     * AIX 4.3 portability stuff (check for AF_INET6 and not
  6.       just AF_INET) in aix.c, include some more files in ident.c
  7.  
  8.     * Fixed "void"-related bug for AIX 3.2-4.1
  9.     
  10. 1998-03-20  Peter Eriksson  <pen@lysator.liu.se>
  11.  
  12.     * Released version 2.8.2
  13.     
  14.     * Fixed a bug with reusing the returned data from gethostbyaddr()
  15.       in gethostbyname() (No Can Do).
  16.  
  17.     * Small include file portability fix.
  18.     
  19. Mon Dec 29 16:43:51 1997  Peter Eriksson  <pen@lysator.liu.se>
  20.  
  21.     * testident.sh script slight updated.
  22.  
  23.     * doc/TESTRESULTS updated.
  24.  
  25. Thu Dec 11 15:01:36 1997  Peter Eriksson  <pen@lysator.liu.se>
  26.  
  27.     * Released version 2.8.1
  28.     
  29.     * Moved the openlog() closer to the top of main().
  30.  
  31.     * Removed extraneous CVS directories.
  32.  
  33.     * Added #define __STDC_EXT__ to hpux.c
  34.     
  35. Mon Dec  8 11:29:32 1997  Peter Eriksson  <pen@lysator.liu.se>
  36.  
  37.     * Released version 2.8
  38.  
  39. Wed Oct 29 14:30:25 1997  Peter Eriksson  <pen@lysator.liu.se>
  40.  
  41.     * Added fix for SGI IRIX 5.0-6.3 to make the lookups of
  42.       userids better (Luc Chouinard <lucc@sgi.com>)
  43.  
  44. Thu Aug  7 00:11:48 1997  Peter Eriksson  <pen@lysator.liu.se>
  45.  
  46.     * Added fix for wait3() corrupting errno;
  47.  
  48. Sat Jun 28 15:41:39 1997  Peter Eriksson  <pen@lysator.liu.se>
  49.  
  50.     * Fixed the support for IRIX 6.2/6.3 for various SGI
  51.       CPU and machine types.
  52.  
  53. Wed Apr 30 16:30:03 1997  Peter Eriksson  <pen@lysator.liu.se>
  54.  
  55.     * Added support for IRIX 6.4 (Luc Chouinard <lucc@sgi.com>)
  56.  
  57.     * Added support for Solaris 2.6 (Casper Dik <casper@holland.Sun.COM>)
  58.  
  59. Tue Jan 21 21:38:49 1997  Peter Eriksson  <pen@lysator.liu.se>
  60.  
  61.     * Added a missing syslog() call.
  62.  
  63.     * Added support for HP/UX 10.20
  64.         (from Elmar Bartel <bartel@informatik.tu-muenchen.de)
  65.  
  66. Fri Jan 17 19:47:25 1997  Peter Eriksson  <pen@lysator.liu.se>
  67.  
  68.     * Added code to control if or not returned identifiers
  69.       should be encrypted or not (depending on from which
  70.       subnet the request originates from).
  71.         (from Erich Meier <Erich.Meier@informatik.uni-erlangen.de>)
  72.         
  73.     * Bugfix for freebsd (I fouled up when applying the
  74.       last patch).
  75.  
  76.     * Bugfix for Linux 2.0.0 and greater.
  77.         (from T⌡nu Raitviir <jussuf@matti.ee>)
  78.  
  79.     * Added support for Hitachi HI-UX/WE2
  80.         (from Nick Maclaren <nmm1@cus.cam.ac.uk>
  81.  
  82.     * Added support for 2.11BSD (from Steven Schultz <sms@moe.2bsd.com>)
  83.  
  84. Thu Nov 14 22:07:23 1996  Peter Eriksson  <pen@lysator.liu.se>
  85.  
  86.     * Modifed the ALLOW_FORMAT code to better handle cases
  87.       where a user might be a member of a group which is
  88.       found in /etc/group.
  89.  
  90.     * Some small fixes to crypto.c and some sanity checks for freebsd.c
  91.  
  92.     * Added a hack to perhaps make GCC be able to compile Pidentd
  93.       on AIX correctly again..
  94.  
  95. Fri Oct 18 11:16:59 1996  Peter Eriksson  <peter@ifm.liu.se>
  96.  
  97.     * Removed the DEC Alpha OSF/1 >20000 npid sanity check (breaks
  98.       on big machines).
  99.  
  100.     * Some portability fixes for non-ANSI C compilers
  101.  
  102. Thu Oct 17 00:30:11 1996  Mark Montague <markmont@umich.edu>
  103.  
  104.     * Patch to fix "wait" mode for Solaris 2.5.1 (and other OS)
  105.  
  106. Fri Sep  6 22:23:40 1996  Peter Eriksson  <pen@lysator.liu.se>
  107.  
  108.     * Released version 2.7
  109.  
  110. Wed Jun 12 20:18:26 1996  Alan Barrett <apb@iafrica.com>
  111.  
  112.     * New man page for "idecrypt"
  113.  
  114.     * Additions to the identd man page to document the -C option
  115.  
  116.     * Fixes for some nits in the identd man page
  117.  
  118.     * src/kernel/netbsd.c as used in NetBSD-1.1B
  119.   
  120.     * Makefile modifications for NetBSD
  121.  
  122.     * Makefile modifications for idecrypt
  123.   
  124. Sun Aug 11 22:18:34 1996  Peter Eriksson  <peter@ifm.liu.se>
  125.  
  126.     * Use $(INSTALL) (== install) instead of "cp" to install files.
  127.  
  128. Sun Aug 11 22:12:12 1996  Paul F. Wells <paul@wellserv.com>
  129.  
  130.     * UnixWare 2 support added.
  131.     
  132. Sun Aug 11 22:02:19 1996  MURAYAMA Fumitaka  <umura@nn.solan.chubu.ac.jp>
  133.  
  134.     * Fix to SunOS 4 to avoid infinite loops.
  135.  
  136. Mon Mar  4 18:41:00 1996  Greg A. Woods  <woods@planix.com>
  137.  
  138.     * Makefile: - add a new rule set for identconn
  139.  
  140.     * src/kernel/bsdi.c: - back-port to BSDI-1.1 again...
  141.  
  142.     * identconn.sh: - set local bin from DESTROOT (sed in Makefile)
  143.  
  144.     * src/Makefile, Makefile: - re-write patches from local-2_7a1-v0
  145.  
  146.     * identd.man: - make pathnames a bit more configurable...
  147.  
  148.     * .cvsignore: - new target -- man page intermediate...
  149.  
  150.     * src/parse.c: - reduce some syslog levels to a more resonable priority
  151.  
  152. Fri Aug 11 22:07:06 1995  Greg A. Woods  <woods@planix.com>
  153.  
  154.     * Makefile: - add SHARE, SBIN, PREFIX, and MANEXT config options
  155.     - add -lident to default GLIBS (you'll need it anyway)
  156.     - add LDFLAGS with default -L$(DESTROOT)/lib (where -lident likely is)
  157.     - add -DSTRONG_LOG to default GDEFS
  158.     - build ident.man from ident.8 using sed
  159.     - build itest by default
  160.     - add an identconn target and build it by default
  161.     - fix up install target to be a bit more powerful (probably should include
  162.     GNU install.sh too though).
  163.     - use $(MAKE) for clean
  164.     - add identconn and itest to cleanup
  165.  
  166.     * Attic/identd.8: - make some pathanmes configurable from the makefile
  167.     - add a FILES section
  168.     - quotes needed around multi-word .SH's
  169.  
  170.     * src/Makefile:
  171.     - support the use of $(PREFIX) to specify an "in." prefix only if desired
  172.  
  173. Thu Jun 29 17:18:33 1995  Greg A. Woods  <woods@planix.com>
  174.  
  175.     * Makefile: - cleanup and localisations
  176.  
  177.     * identconn.sh: - first time in
  178.  
  179.     * .cvsignore: - first time in with default targets
  180.  
  181. Sun Aug 11 20:54:51 1996  James Carlson <carlson@xylogics.com>
  182.  
  183.     * Bugfix for AIX (didn't support the ALLOW_FORMAT stuff)
  184.  
  185. Sun Aug 11 20:54:49 1996  Peter Eriksson  <pen@lysator.liu.se>
  186.  
  187.     * Added some fixes to the OSF/1 support based on a bug report
  188.       from Anne Bennett <anne@alcor.concordia.ca>.
  189.  
  190. Sun Aug 11 20:42:43 1996  Trevor Strohman  <trev@tenon.com>
  191.  
  192.     * Support for Tenon's MachTen 4.0.x added.
  193.  
  194. Sun Aug 11 20:26:17 1996  Peter Wemm  <peter@freefall.freebsd.org>
  195.  
  196.     * New and updated FreeBSD kernel module.
  197.  
  198. Sun Aug 11 20:18:20 1996  Dave Blob  <blob@syl.dl.nec.com>
  199.  
  200.     * Support for IRIX 6.2 added.
  201.  
  202. Sun Aug 11 20:11:12 1996  David L Stevens  <dls@icd.cc.purdue.edu>
  203.  
  204.     * Makefile changes for AIX3 and AIX4 (-DSVR4 added)
  205.  
  206. Thu May 16 09:10:16 1996  Paul Szabo  <psz@maths.usyd.edu.au>
  207.  
  208.     * Moved k_open call from parent to child process so
  209.       simultaneous identd queries can work
  210.     
  211.     * Fixed typo in parse.c (seen only with INCLUDE_EXTESIONS)
  212.  
  213. Fri Apr 12 09:30:01 1996  Paul Szabo  <psz@maths.usyd.edu.au>
  214.  
  215.     * Added support for Apollos (running Domain/OS SR10.x)
  216.  
  217. Tue Apr  9 20:13:59 1996  Peter Eriksson  <pen@lysator.liu.se>
  218.  
  219.     * Fixes from Casper for Solaris 2.5 and 2.5.1
  220.  
  221. Mon Apr  1 10:49:43 1996  Paul Szabo  <psz@maths.usyd.edu.au>
  222.  
  223.     * Added random sleep between k_getuid retries
  224.     * Added sanity (error?) checks in kernel/alpha3.c
  225.  
  226. Thu Mar 28 11:21:59 1996  Paul Szabo  <psz@maths.usyd.edu.au>
  227.  
  228.     * Fixed bug in kernel/alpha3.c with k_getuid returning
  229.       bad value (or is the bug in parse.c ?)
  230.  
  231. Fri Nov 24 13:43:07 1995  Paul Szabo  <szabo_p@maths.su.oz.au>
  232.  
  233.     * Added option for format of info returned (generalizing and
  234.       replacing -n option)
  235.  
  236. Fri Oct 13 14:19:29 1995  Peter Eriksson  <pen@lysator.liu.se>
  237.  
  238.     * Fixed the BSDI 2.0 support (from Dave Blob <blob@syl.dl.nec.com>
  239.  
  240.     * Default to "-b" mode if started from the command line.
  241.  
  242. Mon Oct  9 08:40:05 1995  Peter Eriksson  <pen@lysator.liu.se>
  243.  
  244.     * Added support for Apple A/UX 3.0.1 (Herb Weiner <herbw@wiskit.com>)
  245.  
  246. Wed Oct  4 19:32:45 1995  Peter Eriksson  <pen@lysator.liu.se>
  247.  
  248.     * Fixed a #ifdef for SGI in identd.c
  249.  
  250.     * Fixed some syslog calls for Solaris 2.
  251.  
  252.     * Added support for HP-UX 10 (simple kernel location path change)
  253.  
  254.     * Fixed aix.c:k_getuid() so that it won't return without
  255.       returning a proper value.
  256.  
  257. Tue Aug  8 07:34:21 1995  Peter Eriksson  <peter@ifm.liu.se>
  258.  
  259.     * Fixed the name of the sco32_42+5.c file to be just that :-)
  260.  
  261. Thu Aug  3 17:30:54 1995  Peter Eriksson  <pen@lysator.liu.se>
  262.  
  263.     * Added Bela Lubkin & Vic Abell's SCO Unix patches.
  264.  
  265.     * Added Vic Abell's AIX 4 patch.
  266.  
  267.     * Added Andrey A. Chernov`s FreeBSD patch.
  268.     
  269.     * Added patches from 'der Mouse <mouse@Collatz.McRCIM.McGill.EDU>':
  270.         Removed    the space between the ":" and the username in the
  271.         returned information.
  272.  
  273. Mon Jun  5 15:30:09 1995  Peter Eriksson  <peter@ifm.liu.se>
  274.  
  275.     * Release version 2.6.1
  276.  
  277.     * Made the Solaris 2.4 workaround conditional with a:
  278.         (#ifdef SOLARIS24_WORKAROUND)
  279.         
  280.     * Added support for IRIX 6 (Rob Banz)
  281.  
  282.     * Released version 2.6
  283.  
  284.     * Added support for SCO Unix 3.2v4.2 and v5 (Vic Abell)
  285.  
  286.     * Added support for Sequent PTX/2 and PTX/4 (Tim Wright)
  287.  
  288.     * Updated the FreeBSD support (Torsten Blum)
  289.  
  290.     * some Solaris cosmetic changes.
  291.  
  292.     * Added a STRONG_LOG compile-time option.
  293.  
  294.     * Added SO_REUSEADDR socket option before bind()
  295.  
  296.     * Made the daemon not fork()-and-detach from controlling TTY
  297.       if started in debug mode (-d)
  298.  
  299.     * Added a workaround to the Solaris 2.4 problem with running
  300.       the daemon in standalone or "wait" modes (that the Solaris KVM
  301.       library caches more information than it should). The workaround
  302.       is that it opens/rescans and closes the KVM for every call. Slow
  303.       but...
  304.  
  305.     * Added compile time&date output to the VERSION request.
  306.  
  307. Wed Feb  1 13:25:56 1995  Peter Eriksson  <pen@lysator.liu.se>
  308.  
  309.     * Released version 2.5.1
  310.  
  311. Wed Feb  1 13:25:56 1995  Casper Dik <casper@fwi.uva.nl>
  312.  
  313.     * Fixed a Solaris 2.4 bug in "-w" and "-b" modes.
  314.  
  315. Wed Feb  1 13:25:56 1995  Peter Eriksson  <pen@lysator.liu.se>
  316.  
  317.         * Released version 2.5
  318.  
  319.     * Added support for Irix 5.3
  320.     
  321. Thu Dec 15 18:34:20 1994  Peter Eriksson  <pen@lysator.liu.se>
  322.  
  323.     * Released version 2.4.1.
  324.  
  325. Thu Dec 15 18:33:48 1994  Casper Dik <casper@fwi.uva.nl>
  326.  
  327.     * src/kernel/sunos5.c (k_getuid): Added fix for Sol2.4/x86
  328.  
  329. Tue Dec 13 14:03:20 1994  Peter Eriksson  <pen@lysator.liu.se>
  330.  
  331.     * Released version 2.4.
  332.  
  333. Thu Oct 27 10:36:09 1994  Peter Eriksson  <pen@lysator.liu.se>
  334.  
  335.     * Added support for IBM AIX 3.2
  336.     
  337. Thu Oct 27 10:36:08 1994  Peter Eriksson  <pen@lysator.liu.se>
  338.  
  339.     * Use "ChangeLog" instead of "WHATSNEW".
  340.  
  341.     * Released version 2.4alpha.4
  342.  
  343.     * Added support for FreeBSD 2.
  344.  
  345.     * Released version 2.4alpha.3
  346.  
  347.     * Some minor fixes
  348.  
  349.     * Released version 2.4alpha.2
  350.  
  351.     * Bug fix for the Solaris 2.4 support.
  352.  
  353.     * Added the "itest" program.
  354.  
  355.     * Released version 2.4alpha.1:
  356.  
  357.     * Support for Solaris 2.4 added.
  358.  
  359.     * src/kvm.h moved to src/kernel/kvm.h
  360.  
  361. Thu Oct 27 10:36:07 1994  Peter Eriksson  <pen@lysator.liu.se>
  362.  
  363.     * WHATSNEW/ChangeLog truncated (see pidentd-2.3 for old news)
  364.